Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rblob: Upgrade to AWS SDK v2 #23

Merged
merged 1 commit into from
Nov 4, 2024
Merged

rblob: Upgrade to AWS SDK v2 #23

merged 1 commit into from
Nov 4, 2024

Conversation

NeilLuno
Copy link
Contributor

@NeilLuno NeilLuno commented Nov 4, 2024

gocloud.dev/blob/s3blob is doing a type assertion on the on the ListObjectsV2Input we're providing it. We're providing a "v1" ListObjectsV2Input, but it's expecting a v2 ListObjectsV2Input.

This change upgrades rblob to the v2 AWS SDK.

Fixes #22.

Copy link

sonarcloud bot commented Nov 4, 2024

@echarrod
Copy link
Contributor

echarrod commented Nov 4, 2024

Fixes #22

@NeilLuno btw, think if you prefix issue link with fixes (or others), (might need to be in PR description) it auto-closes the issue when the PR is merged 👍

@NeilLuno NeilLuno merged commit 361bf8e into main Nov 4, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rblob prefix not being applied correctly
2 participants